type golang.org/x/net/http2.http2Config
10 uses
golang.org/x/net/http2 (current package)
config.go#L28: type http2Config struct {
config.go#L44: func configFromServer(h1 *http.Server, h2 *Server) http2Config {
config.go#L45: conf := http2Config{
config.go#L65: func configFromTransport(h2 *Transport) http2Config {
config.go#L66: conf := http2Config{
config.go#L96: func setConfigDefaults(conf *http2Config, server bool) {
config_go124.go#L12: func fillNetHTTPServerConfig(conf *http2Config, srv *http.Server) {
config_go124.go#L17: func fillNetHTTPTransportConfig(conf *http2Config, tr *http.Transport) {
config_go124.go#L21: func fillNetHTTPConfig(conf *http2Config, h2 *http.HTTP2Config) {
server.go#L923: func (sc *serverConn) serve(conf http2Config) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)